home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.19950929-19951130
/
000340_news@columbia.edu_Mon Nov 6 15:53:13 1995.msg
< prev
next >
Wrap
Internet Message Format
|
1995-12-25
|
1KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02140
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 6 Nov 1995 10:53:20 -0500
Received: by apakabar.cc.columbia.edu id AA03346
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 6 Nov 1995 10:53:18 -0500
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Kermit problem
Date: 6 Nov 1995 15:53:13 GMT
Organization: Columbia University
Lines: 12
Message-Id: <47lb19$38e@apakabar.cc.columbia.edu>
References: <47j0tj$2ah@mozo.cc.purdue.edu>
Nntp-Posting-Host: watsun.cc.columbia.edu
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <47j0tj$2ah@mozo.cc.purdue.edu>,
Jeffery Roesner <jroesner@expert.cc.purdue.edu> wrote:
: For some friends of mine, I got them the new version of Kermit for DOS,
: version 3.14. The server we connect to is running Solaris 2.4, and
: whenever they hit backspace, ^? appears on the screen. I tried to use
: the same fix for them as I used on my OS/2 C-Kermit, but for some reason
: it didn't work. My fix was putting set key \127 \8 in my .ini file.
:
The scan code for the Backspace key in MS-DOS Kermit, as revealed by SHOW
KEY and as listed in the manual, is \270, not \127.
- Frank